Fix typos in `cargo build -h`
authorMichael Gehring <mg@ebfe.org>
Thu, 2 Oct 2014 16:15:17 +0000 (18:15 +0200)
committerMichael Gehring <mg@ebfe.org>
Thu, 2 Oct 2014 16:15:24 +0000 (18:15 +0200)
src/bin/build.rs

index fd05a1fa9b635c806e1e7d5c89610060814afe00..0fffd7a49eaeaa8d17c2ff35ebc9925f589ded94 100644 (file)
@@ -15,7 +15,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -p SPEC, --package SPEC  Package to run benchmarks for
+    -p SPEC, --package SPEC  Package to build
     -j N, --jobs N           The number of jobs to run in parallel
     --release                Build artifacts in release mode, with optimizations
     --features FEATURES      Space-separated list of features to also build
@@ -26,7 +26,7 @@ Options:
 
 If the --package argument is given, then SPEC is a package id specification
 which indicates which package should be built. If it is not given, then the
-current package built tested. For more information on SPEC and its format, see the
+current package is built. For more information on SPEC and its format, see the
 `cargo help pkgid` command.
 ",  flag_jobs: Option<uint>, flag_target: Option<String>,
     flag_manifest_path: Option<String>, flag_features: Vec<String>,